Skip to content

Commit 960d9ab

Browse files
committed
increase timeout in upgrade runtimesdk test
1 parent a922ab8 commit 960d9ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/cluster_upgrade_runtimesdk.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1001,7 +1001,7 @@ func waitWorkersVersions(ctx context.Context, c client.Client, cluster *clusterv
10011001

10021002
func checkWorkersVersions(ctx context.Context, c client.Client, cluster *clusterv1.Cluster, workersVersion string) {
10031003
Byf("Checking workers have version %s", workersVersion)
1004-
workersVersions(ctx, c, cluster, workersVersion, "10s", "2s")
1004+
workersVersions(ctx, c, cluster, workersVersion, "20s", "2s")
10051005
}
10061006

10071007
func workersVersions(ctx context.Context, c client.Client, cluster *clusterv1.Cluster, workersVersion string, intervals ...interface{}) {

0 commit comments

Comments
 (0)