Skip to content

Commit

Permalink
change autoreload wait times
Browse files Browse the repository at this point in the history
  • Loading branch information
lastmjs committed Apr 23, 2024
1 parent ce88c61 commit 0a7f258
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/autoreload/test/tests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ export function getTests(canisterId: string): Test[] {
},
{
name: 'waiting for Azle to reload',
wait: 60_000
wait: 90_000
},
{
name: '/test-changed-rapidly',
Expand Down Expand Up @@ -157,7 +157,7 @@ export function getTests(canisterId: string): Test[] {
},
{
name: 'waiting for Azle to reload',
wait: 30_000
wait: 10_000
},
{
name: '/test',
Expand Down

0 comments on commit 0a7f258

Please sign in to comment.