Skip to content

Commit

Permalink
add wait time to autoreload
Browse files Browse the repository at this point in the history
  • Loading branch information
bdemann committed Jun 3, 2024
1 parent 288ad8a commit 539268d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/autoreload/test/tests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ export function getTests(canisterId: string): Test[] {
},
{
name: 'waiting for Azle to reload',
wait: 30_000
wait: 60_000
},
{
name: '/test',
Expand Down

0 comments on commit 539268d

Please sign in to comment.