Skip to content

Commit

Permalink
Increase runner submitWaitDuration to 5m
Browse files Browse the repository at this point in the history
  • Loading branch information
r4victor committed Jan 13, 2025
1 parent a1fc9e3 commit 3d74957
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runner/internal/runner/api/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ func NewServer(tempDir string, homeDir string, workingDir string, address string
pullDoneCh: make(chan interface{}),
wsDoneCh: make(chan interface{}),

submitWaitDuration: 2 * time.Minute,
submitWaitDuration: 5 * time.Minute,
logsWaitDuration: 30 * time.Second,

executor: ex,
Expand Down

0 comments on commit 3d74957

Please sign in to comment.