Skip to content

Commit

Permalink
increase duration of a flaky camera test
Browse files Browse the repository at this point in the history
  • Loading branch information
mourner committed Apr 24, 2017
1 parent e895533 commit ed59ebd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/ui/camera.test.js
Expand Up @@ -1044,7 +1044,7 @@ test('camera', (t) => {
t.end();
});

camera.flyTo({ center: [-170, 0], duration: 10 });
camera.flyTo({ center: [-170, 0], duration: 20 });
});

t.test('pans westward across the antimeridian', (t) => {
Expand Down

0 comments on commit ed59ebd

Please sign in to comment.