Skip to content
This repository was archived by the owner on Jul 29, 2024. It is now read-only.

Commit 8dd019b

Browse files
authored
fix(test): fix async tests (#4806)
Increase the scripts timeout
1 parent 948c7f2 commit 8dd019b

File tree

2 files changed

+871
-334
lines changed

2 files changed

+871
-334
lines changed

spec/errorTest/slowHttpAndTimeoutConf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ exports.config = {
1515

1616
baseUrl: env.baseUrl + '/ng1/',
1717

18-
allScriptsTimeout: 1000
18+
allScriptsTimeout: 10000
1919
};

0 commit comments

Comments
 (0)