Skip to content

Commit

Permalink
ci: increase upload timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
grumbach committed Dec 11, 2024
1 parent 7766ff0 commit 9592fa4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/memcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
run: ./target/release/ant --log-output-dest=data-dir file upload --public "./the-test-data.zip" > ./upload_output 2>&1
env:
ANT_LOG: "v"
timeout-minutes: 5
timeout-minutes: 15

- name: showing the upload terminal output
run: cat upload_output
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1333,7 +1333,7 @@ jobs:
run: ./target/release/ant --log-output-dest data-dir file upload "./test_data_1.tar.gz" > ./upload_output 2>&1
env:
ANT_LOG: "v"
timeout-minutes: 5
timeout-minutes: 15

- name: showing the upload terminal output
run: cat upload_output
Expand Down

0 comments on commit 9592fa4

Please sign in to comment.