Skip to content

Commit

Permalink
add temp fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bdemann committed Jan 21, 2025
1 parent 99c653c commit 2ad73e6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions test/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@ export function runTests(
shouldFuzz
} = processEnvVars();

describe('agent setup', () => {
// TODO temporary fix for https://github.com/demergent-labs/azle/issues/2496
wait('for root key to be fetched', 5000);
});

if (shouldRunTests === true) {
describe(`tests`, tests);
}
Expand Down

0 comments on commit 2ad73e6

Please sign in to comment.