Skip to content

Commit

Permalink
Added time delay to fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisn committed Aug 13, 2024
1 parent f4d5c89 commit 6507f30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/waveform-zoomview-spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -1375,7 +1375,7 @@ describe('WaveformZoomView', function() {

inputController = new InputController('zoomview-container');

setTimeout(done, 0);
setTimeout(done, 50);
});
});

Expand Down

0 comments on commit 6507f30

Please sign in to comment.