Skip to content

Commit

Permalink
Decrease timeout to 1h
Browse files Browse the repository at this point in the history
Signed-off-by: Florent Poinsard <[email protected]>
  • Loading branch information
frouioui committed Oct 9, 2023
1 parent 80c9834 commit 3e091d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go/server/cron_execution.go
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ func (s *Server) executeSingle(config benchmarkConfig, identifier executionIdent
return nErr
}

timeout := 2 * time.Hour
timeout := 1 * time.Hour
if identifier.BenchmarkType == "micro" {
timeout = 4 * time.Hour
}
Expand Down

0 comments on commit 3e091d6

Please sign in to comment.