Skip to content

Commit d30c7e2

Browse files
author
Thomas Cesare-Herriau
committed
Increased Jasmine timeout to 5min.
Change-Id: I57e28392397d02ef11ab8ad11b2c934911acbe04
1 parent dcfe865 commit d30c7e2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

protractor.conf.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,11 @@ config = {
4545
framework: 'jasmine',
4646
// The jasmine specs to run.
4747
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+
}
4853
};
4954

5055
// Read arguments to the protractor command.

0 commit comments

Comments
 (0)