Skip to content

Commit

Permalink
add timeout to test
Browse files Browse the repository at this point in the history
  • Loading branch information
thewahome committed Dec 5, 2024
1 parent 488bea4 commit f414755
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,6 @@ suite('DeleteWorkspaceItemCommand Tests', () => {
assert.strictEqual(showInformationMessageStub.calledOnce, true);
assert.strictEqual(executeCommandStub.calledWith('kiota.workspace.refresh'), true);
assert.strictEqual(deleteItemStub.calledOnce, true);
});
}).timeout(5000);

});

0 comments on commit f414755

Please sign in to comment.