Skip to content

Commit d2baf67

Browse files
committed
delay was not helpful for passing on CI
1 parent 3fd0dfc commit d2baf67

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

test/jasmine/performance_tests/all_test.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -275,11 +275,6 @@ describe('Performance test various traces', function() {
275275
delay(1000)().then(done)
276276
});
277277

278-
afterEach(function(done) {
279-
// delay to avoid unexpected crash on CircleCI
280-
delay(100)().then(done)
281-
});
282-
283278
tests.forEach(function(spec, index) {
284279
samples.forEach(function(t) {
285280
it(

0 commit comments

Comments
 (0)