Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
jsenko committed Mar 21, 2024
1 parent 1e8b86f commit b69ff3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/createAndViewArtifact-test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ describe('Create and view a new artifact', () => {
let dialog: InputBox;

before(async function() {
this.timeout(10_000 * TIMEOUT_MULTIPLIER);
this.timeout(20_000 * TIMEOUT_MULTIPLIER);

await VSBrowser.instance.openResources(path.join('src', 'test', 'resources'));

Expand Down

0 comments on commit b69ff3d

Please sign in to comment.