Skip to content

Commit e21eac7

Browse files
committed
increase wait timeout
1 parent 93cc24e commit e21eac7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/poller.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ export default class Poller {
4242
private config: IConfig;
4343
private retryNumber = 0;
4444
private intervalId: NodeJS.Timeout | undefined;
45-
private static readonly MAX_RETRIES_WAITING = 60;
45+
private static readonly MAX_RETRIES_WAITING = 180;
4646
private static readonly MAX_RETRIES_READY = 900;
4747
private initSuccess = false;
4848
private runner: RunProject;

0 commit comments

Comments
 (0)