Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commita51eec7

Browse files
committed
Tests: Make Karma browser timeout larger than the QUnit one
Since the default Karma browser no activity timeout was lower than the QUnittimeout, a single timing out test was interrupting the whole test run ofa browser.The QUnit timeout is set to 1 minute so I set the Karma one to 2 minutes.Closesgh-4943(cherry picked from commit4fd6912)
1 parent509eeb8 commita51eec7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

‎Gruntfile.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,10 @@ module.exports = function( grunt ) {
214214
],
215215
reporters:["dots"],
216216
autoWatch:false,
217+
218+
// 2 minutes; has to be longer than QUnit.config.testTimeout
219+
browserNoActivityTimeout:120e3,
220+
217221
concurrency:3,
218222
captureTimeout:20*1000,
219223
singleRun:true

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp