Skip to content

Commit

Permalink
Increase progressDeadline for PVC tests to 600 seconds (#532)
Browse files Browse the repository at this point in the history
Provisioning a volume might take longer than default 120s.
  • Loading branch information
mgencur authored Nov 24, 2023
1 parent a8d1cad commit 1f74a83
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion openshift/e2e-common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -315,9 +315,11 @@ function run_e2e_tests(){

# Run PVC test
enable_feature_flags kubernetes.podspec-persistent-volume-claim kubernetes.podspec-persistent-volume-write kubernetes.podspec-securitycontext || fail_test
go_test_e2e -timeout=5m ./test/e2e/pvc \
configure_cm deployment progressDeadline:600s || fail_test
go_test_e2e -timeout=15m ./test/e2e/pvc \
--imagetemplate "$TEST_IMAGE_TEMPLATE" \
${OPENSHIFT_TEST_OPTIONS} || failed=1
configure_cm deployment progressDeadline:120s || fail_test
disable_feature_flags kubernetes.podspec-persistent-volume-claim kubernetes.podspec-persistent-volume-write kubernetes.podspec-securitycontext || fail_test

# Run the helloworld test with an image pulled into the internal registry.
Expand Down

0 comments on commit 1f74a83

Please sign in to comment.