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.
1 parent dcfe865 commit d30c7e2Copy full SHA for d30c7e2
protractor.conf.js
@@ -45,6 +45,11 @@ config = {
45
framework: 'jasmine',
46
// The jasmine specs to run.
47
specs: ['protractor_spec.js'],
48
+ // Jasmine options. Increase the timeout to 5min instead of the default 30s.
49
+ jasmineNodeOpts: {
50
+ // Default time to wait in ms before a test fails.
51
+ defaultTimeoutInterval: 5 * 60 * 1000
52
+ }
53
};
54
55
// Read arguments to the protractor command.
0 commit comments