Skip to content

Commit

Permalink
fix: increase test s5cmd command timeout for slow CI (#767)
Browse files Browse the repository at this point in the history
  • Loading branch information
igungor authored Oct 23, 2024
1 parent 6bc84f9 commit 693fc3a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions e2e/util_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -356,6 +356,8 @@ func s5cmd(workdir, endpoint string) func(args ...string) icmd.Cmd {
)
cmd.Env = env
cmd.Dir = workdir
// increase timeout for slow CI
cmd.Timeout = 10 * time.Minute
return cmd
}
}
Expand Down

0 comments on commit 693fc3a

Please sign in to comment.