We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bb09cb7 + bf94582 commit 0fd92b5Copy full SHA for 0fd92b5
addon/src/index.js
@@ -59,12 +59,6 @@ export function setupTest(hooks, _options) {
59
let originalPauseTest = this.pauseTest;
60
this.pauseTest = function QUnit_pauseTest() {
61
assert.timeout(-1); // prevent the test from timing out
62
-
63
- // This is a temporary work around for
64
- // https://github.com/emberjs/ember-qunit/issues/496 this clears the
65
- // timeout that would fail the test when it hits the global testTimeout
66
- // value.
67
- clearTimeout(QUnit.config.timeout);
68
return originalPauseTest.call(this);
69
};
70
});
0 commit comments