Tests: Make Karma browser timeout larger than the QUnit one
commit4fd6912bfd8fffbfabc98a9b0789d28f10af0914
authorMichał Gołębiowski-Owczarek <m.goleb@gmail.com>
Fri, 29 Oct 2021 22:56:31 +0000 (30 00:56 +0200)
committerGitHub <noreply@github.com>
Fri, 29 Oct 2021 22:56:31 +0000 (30 00:56 +0200)
treedc770909784a56f135b9106daa9fcfc9a5011917
parent9735edd5cb7b5ef30bb8acc4d7596a1410a971cc
Tests: Make Karma browser timeout larger than the QUnit one

Since the default Karma browser no activity timeout was lower than the QUnit
timeout, a single timing out test was interrupting the whole test run of
a browser.

The QUnit timeout is set to 1 minute so I set the Karma one to 2 minutes.

Closes gh-4943
Gruntfile.js