Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 06b2530

Browse files
committed
test: increase flush time for broken test
1 parent 8b32e52 commit 06b2530

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/ngAnimate/animateCssSpec.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1261,7 +1261,7 @@ describe("ngAnimate $animateCss", function() {
12611261
expect(element.css(prefix + 'transition-delay')).toContain('3s');
12621262

12631263
// Let's flush the remaining amout of time for the timeout timer to kick in
1264-
$timeout.flush(500);
1264+
$timeout.flush(600);
12651265

12661266
expect(element.css(prefix + 'transition-delay')).toBe('');
12671267
}));

0 commit comments

Comments
 (0)