Skip to content

Commit

Permalink
Revert "increase timeout for test case"
Browse files Browse the repository at this point in the history
This reverts commit 5798305.

Signed-off-by: Lize Cai <[email protected]>
  • Loading branch information
lizzzcai committed Oct 18, 2024
1 parent 5798305 commit a92c4a3
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 * 3
cmd.Timeout = time.Second
result := icmd.RunCmd(cmd)
result.Assert(t, icmd.Success)

Expand Down

0 comments on commit a92c4a3

Please sign in to comment.