Skip to content

Commit

Permalink
bump adhog-matrix timeout to 10 hours
Browse files Browse the repository at this point in the history
  • Loading branch information
yourbuddyconner committed Sep 27, 2024
1 parent 81d7fb3 commit 67d0f21
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/adhoc-matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -199,8 +199,8 @@ jobs:
return;
}
// 4 hours in milliseconds
const maxWaitTime = 14400000;
// 10 hours in milliseconds
const maxWaitTime = 36000000;
// 3 minutes in milliseconds
const checkInterval = 180000;
const startTime = Date.now();
Expand Down

0 comments on commit 67d0f21

Please sign in to comment.