Skip to content

Commit c694981

Browse files
committed
increased timeout for krun.sh
1 parent 5a9f5c9 commit c694981

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

integration-tests/src/test/java/oracle/kubernetes/operator/utils/PersistentVolume.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ public PersistentVolume(String dirPath, Map pvMap) throws Exception {
2424

2525
String cmd =
2626
BaseTest.getProjectRoot()
27-
+ "/src/integration-tests/bash/krun.sh -m "+BaseTest.getPvRoot()+":/sharedparent -c 'mkdir -m 777 -p "
27+
+ "/src/integration-tests/bash/krun.sh -m "+BaseTest.getPvRoot()
28+
+ ":/sharedparent -c -t 120 'ls -ltr /sharedparent/acceptance_test_pv && mkdir -m 777 -p "
2829
+ dirPath.replace(BaseTest.getPvRoot(), "/sharedparent/")
2930
+ "'";
3031

0 commit comments

Comments
 (0)