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

Commit

Permalink
test: increase flush time for broken test
Browse files Browse the repository at this point in the history
  • Loading branch information
Narretz committed Nov 26, 2015
1 parent 8b32e52 commit 06b2530
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/ngAnimate/animateCssSpec.js
Original file line number Diff line number Diff line change
Expand Up @@ -1261,7 +1261,7 @@ describe("ngAnimate $animateCss", function() {
expect(element.css(prefix + 'transition-delay')).toContain('3s');

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

expect(element.css(prefix + 'transition-delay')).toBe('');
}));
Expand Down

0 comments on commit 06b2530

Please sign in to comment.