Skip to content

Commit

Permalink
test(go): increase timeouts to make tests less fragile in GH workflows (
Browse files Browse the repository at this point in the history
  • Loading branch information
padlar authored Jan 11, 2023
1 parent 8f3e6f5 commit d3f3d9b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion controllers/scan_job_controller_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import (

var _ = Describe("Scan Job controller", func() {
const (
timeout = 10 * time.Second
timeout = 20 * time.Second
interval = 100 * time.Millisecond
)

Expand Down
2 changes: 1 addition & 1 deletion controllers/workload_controller_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ type TestWorkloadFactory func(namespacedName types.NamespacedName, labels map[st

var _ = Describe("Workload controller", func() {
const (
timeout = 10 * time.Second
timeout = 20 * time.Second
interval = 100 * time.Millisecond
)

Expand Down

0 comments on commit d3f3d9b

Please sign in to comment.