Skip to content

Commit 53d026e

Browse files
committed
test: change animation speed to reliably trigger <all> test
1 parent 58db55f commit 53d026e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/spec/SimulationSpec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1217,7 +1217,7 @@ describe('simulation', function() {
12171217
async function(simulator, animation) {
12181218

12191219
// given
1220-
animation.setAnimationSpeed(1000);
1220+
animation.setAnimationSpeed(500);
12211221

12221222
// when
12231223
triggerElement('ALL_START');

0 commit comments

Comments
 (0)