Commit 69fff9b7 by Jonathan Thomas

Setting API timeout to infinite for tests

parent 49276b1d
Pipeline #12452 passed with stages
in 5 minutes 18 seconds
...@@ -77,6 +77,7 @@ public class BehaviorTests { ...@@ -77,6 +77,7 @@ public class BehaviorTests {
// Config // Config
config = new ConfigurationHandler.Config(); config = new ConfigurationHandler.Config();
config.setTimeout(0);
if (API_KEY != null && !API_KEY.isEmpty()) { if (API_KEY != null && !API_KEY.isEmpty()) {
config.setApiKey(API_KEY); config.setApiKey(API_KEY);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment