Skip to content

Commit 2d7df48

Browse files
committed
fix: fix
1 parent de16efa commit 2d7df48

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/cluster_test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ jobs:
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

test/run-proxy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)