Skip to content

Commit

Permalink
Tweak schedule test
Browse files Browse the repository at this point in the history
  • Loading branch information
afshin committed Sep 12, 2022
1 parent 60c92d8 commit e764dfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/coreutils/tests/src/schedule.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ describe('@lumino/coreutils', () => {
describe('schedule() and unschedule()', () => {
it('should schedule a deferred function invocation', done => {
schedule(() => void done());
});
}).timeout(5000); // Increase test timeout for Windows.

it('should allow a callback to be unscheduled', async () => {
let called = false;
Expand Down

0 comments on commit e764dfa

Please sign in to comment.