Skip to content

Commit

Permalink
add some more leeway on test changed rapidly at the end
Browse files Browse the repository at this point in the history
  • Loading branch information
lastmjs committed Mar 25, 2024
1 parent 6c86007 commit 3749f38
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions examples/autoreload/test/tests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ export function getTests(canisterId: string): Test[] {
},
{
name: 'waiting for Azle to reload',
wait: 10_000
wait: 30_000
},
{
name: '/test',
Expand All @@ -175,8 +175,6 @@ export function getTests(canisterId: string): Test[] {
const response = await fetch(`${origin}/test`);
const responseText = await response.text();

console.log('responseText', responseText);

return {
Ok: responseText === 'test'
};
Expand Down

0 comments on commit 3749f38

Please sign in to comment.