Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
frostebite committed Feb 6, 2024
1 parent 2badcf5 commit f8e3d73
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ describe('Cloud Runner Async Workflows', () => {
const result = await GitHub.getCheckStatus();
expect(result).toBe(`success`);

// wait for 15 seconds
await new Promise((resolve) => setTimeout(resolve, 15_000));

// log data
CloudRunnerLogger.log(JSON.stringify(result.data, undefined, 4));
}, 1_000_000_000);
Expand Down

0 comments on commit f8e3d73

Please sign in to comment.