Skip to content

Commit 59be210

Browse files
authored
Update delay time in transition_test.js
1 parent 85df076 commit 59be210

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/jasmine/tests/transition_test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -648,7 +648,7 @@ describe('Plotly.react transitions:', function() {
648648
layout.xaxis.range = [-1, 1];
649649
return Plotly.react(gd, data, layout);
650650
})
651-
.then(delay(50))
651+
.then(delay(100))
652652
.then(function() {
653653
assertSpies('both trace and layout transitions', [
654654
[Plots, 'transitionFromReact', 1],

0 commit comments

Comments
 (0)