Skip to content

Commit

Permalink
increase timeout for test case
Browse files Browse the repository at this point in the history
Signed-off-by: Lize Cai <[email protected]>
  • Loading branch information
lizzzcai committed Oct 17, 2024
1 parent 4f7f3e9 commit 5798305
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/run_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ func TestRunSpecialCharactersInPrefix(t *testing.T) {
defer file.Remove()

cmd := s5cmd("run", file.Path())
cmd.Timeout = time.Second
cmd.Timeout = time.Second * 3
result := icmd.RunCmd(cmd)
result.Assert(t, icmd.Success)

Expand Down

0 comments on commit 5798305

Please sign in to comment.