Skip to content

Commit fda031f

Browse files
authored
chore: bump protractor timeout time (#825)
chore: bump protractor jasmine timeout time
1 parent f6e29d2 commit fda031f

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

test/protractor.conf.js

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,11 @@ const config = {
1313
useAllAngular2AppRoots: true,
1414
specs: [ path.join(__dirname, '../e2e/**/*.e2e.ts') ],
1515
baseUrl: E2E_BASE_URL,
16-
allScriptsTimeout: 22000,
17-
getPageTimeout: 20000,
16+
allScriptsTimeout: 30000,
17+
getPageTimeout: 30000,
18+
jasmineNodeOpts: {
19+
defaultTimeoutInterval: 60000,
20+
}
1821
};
1922

2023

0 commit comments

Comments
 (0)