Skip to content

Commit 1699a26

Browse files
committed
fix(test): increase timeout
Signed-off-by: Bence Csati <[email protected]>
1 parent 180e769 commit 1699a26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

controllers/logging/logging_controller_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ var (
5757
)
5858

5959
const (
60-
timeout = 5 * time.Second
60+
timeout = 10 * time.Second
6161
)
6262

6363
func TestFluentdResourcesCreatedAndRemoved(t *testing.T) {

0 commit comments

Comments
 (0)