Skip to content

Commit

Permalink
test8 extend time 1 -> 5 sec
Browse files Browse the repository at this point in the history
  • Loading branch information
takara9 committed Oct 24, 2023
1 parent 90a6ae8 commit 4db43e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/entrypoint/server_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ var _ = Describe("entrypoint status API test", func() {
{
Name: "test8",
Command: "sleep",
Args: []string{"1"},
Args: []string{"5"},
}},
expected: []statusResponse{
{Jobs: []job{{Name: "test7", Status: "Failed"}, {Name: "test8", Status: "Pending"}}},
Expand Down

0 comments on commit 4db43e3

Please sign in to comment.