Skip to content

Commit

Permalink
Update QUnit test timeout to 3000ms
Browse files Browse the repository at this point in the history
  • Loading branch information
rohitpaulk committed Mar 23, 2024
1 parent fdb78a2 commit 20386fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test-helper.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ QUnit.done(async function () {

start();

QUnit.config.testTimeout = 5000;
QUnit.config.testTimeout = 3000;

0 comments on commit 20386fe

Please sign in to comment.