Skip to content

Commit f5916d5

Browse files
committed
fix(e2e): raise timeout in TestFluentdAggregator_ConfigChecks_StartWithTimeoutWhenReadOnlyRootFilesystemIsConfigured
Signed-off-by: Bence Csati <bence.csati@axoflow.com>
1 parent d8fdf28 commit f5916d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

e2e/fluentd-aggregator/fluentd_aggregator_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -729,7 +729,7 @@ func TestFluentdAggregator_ConfigChecks_StartWithTimeoutWhenReadOnlyRootFilesyst
729729
},
730730
ConfigCheck: &v1beta1.ConfigCheck{
731731
Strategy: v1beta1.ConfigCheckStrategyTimeout,
732-
TimeoutSeconds: 5,
732+
TimeoutSeconds: 30,
733733
Labels: configCheckLabels,
734734
},
735735
},

0 commit comments

Comments
 (0)