Skip to content

Commit

Permalink
update time out for ii test
Browse files Browse the repository at this point in the history
  • Loading branch information
bdemann committed Jun 19, 2024
1 parent 997cebc commit 4d2fbbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/internet_identity/test/tests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,6 @@ export function getTests(canisterName: string): Test {
).toBe(true);

await browser.close();
});
}, 10_000);
};
}

0 comments on commit 4d2fbbe

Please sign in to comment.