mirror of
https://github.com/game-ci/unity-builder.git
synced 2025-07-07 20:35:33 -04:00
fix
This commit is contained in:
parent
2badcf56c5
commit
f8e3d73088
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user