aboutsummaryrefslogtreecommitdiff
path: root/test/tus/tus_integration_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'test/tus/tus_integration_test.go')
-rw-r--r--test/tus/tus_integration_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/tus/tus_integration_test.go b/test/tus/tus_integration_test.go
index ff8734bda..a03c21dab 100644
--- a/test/tus/tus_integration_test.go
+++ b/test/tus/tus_integration_test.go
@@ -173,7 +173,7 @@ func startTestCluster(t *testing.T, ctx context.Context) (*TestCluster, error) {
// Wait a bit more for the cluster to fully stabilize
// Volumes are created lazily, and we need to ensure the master topology is ready
- time.Sleep(2 * time.Second)
+ time.Sleep(5 * time.Second)
return cluster, nil
}