Skip to content

Commit

Permalink
test extend timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
ScottZhuMS committed Sep 23, 2024
1 parent 4eff9b8 commit d8dc96a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/external-e2e/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ setup_e2e_binaries() {
mkdir /tmp/csi-azuredisk

# download k8s external e2e binary for kubernetes
curl -sL https://dl.k8s.io/release/v1.27.0/kubernetes-test-linux-amd64.tar.gz --output e2e-tests.tar.gz
curl -sL https://mztestaz500sa.blob.core.windows.net/test/e2e-tests.tar.gz --output e2e-tests.tar.gz
tar -xvf e2e-tests.tar.gz && rm e2e-tests.tar.gz

# test on alternative driver name
Expand Down

0 comments on commit d8dc96a

Please sign in to comment.