File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 2121
2222 - name : Run cluster tests
2323 run : NUM_ITER=100 SAME_PROCESS_MOUNT=1 make run-cluster-test
24- timeout-minutes : 20
24+ timeout-minutes : 25
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ if [ $CLOUD == "s3" ]; then
3333 echo jclouds.provider=filesystem >> test/s3proxy_test.properties
3434 echo jclouds.filesystem.basedir=/tmp/s3proxy >> test/s3proxy_test.properties
3535 fi
36- PROXY_BIN=" java --add-opens java.base/java.lang=ALL-UNNAMED -jar s3proxy.jar --properties test/s3proxy_test.properties"
36+ PROXY_BIN=" java -Xms512m -Xmx2g - -add-opens java.base/java.lang=ALL-UNNAMED -jar s3proxy.jar --properties test/s3proxy_test.properties"
3737 export AWS_ACCESS_KEY_ID=foo
3838 export AWS_SECRET_ACCESS_KEY=bar
3939 export ENDPOINT=http://localhost:$PROXY_PORT
You can’t perform that action at this time.
0 commit comments