We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 181401a + 1c5cedd commit 859ba35Copy full SHA for 859ba35
runtime/world.js
@@ -18,9 +18,9 @@ var fs = require('fs-plus'),
18
assert = require("chai").assert,
19
reporter = require('cucumber-html-reporter'),
20
cucumberJunit = require('cucumber-junit');
21
-
22
-global.DEFAULT_TIMEOUT = 10 * 1000; // 10 second default
23
+if(!global.DEFAULT_TIMEOUT){
+ global.DEFAULT_TIMEOUT = 10 * 1000; // 10 second default
+}
24
/**
25
* create the selenium browser based on global var set in index.js
26
*/
@@ -205,4 +205,4 @@ module.exports = function () {
205
});
206
}
207
208
-};
+};
0 commit comments