Skip to content

Commit 2167a99

Browse files
committed
increased timeout for krun.sh
1 parent 5dd7145 commit 2167a99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ public PersistentVolume(String dirPath, Map pvMap) throws Exception {
2525
String cmd =
2626
BaseTest.getProjectRoot()
2727
+ "/src/integration-tests/bash/krun.sh -m "+BaseTest.getPvRoot()
28-
+ ":/sharedparent -t 120 -c 'ls -ltr /sharedparent && mkdir -m 777 -p "
28+
+ ":/sharedparent -t 120 -c 'mkdir -m 777 -p "
2929
+ dirPath.replace(BaseTest.getPvRoot(), "/sharedparent/")
3030
+ "'";
3131

0 commit comments

Comments
 (0)