Skip to content
This repository was archived by the owner on Mar 10, 2020. It is now read-only.

Commit 8469fbd

Browse files
vmxdaviddias
authored andcommitted
test: increase Karma timeout
Sometimes on the CI Browser tests were timing out, hence increase it.
1 parent b08f21a commit 8469fbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.aegir.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ module.exports = {
1212
served: true,
1313
included: false
1414
}],
15-
browserNoActivityTimeout: 100 * 1000,
15+
browserNoActivityTimeout: 150 * 1000,
1616
singleRun: true
1717
},
1818
hooks: {

0 commit comments

Comments
 (0)