Skip to content
This repository has been archived by the owner on Jun 6, 2024. It is now read-only.

Commit

Permalink
extend server spin time
Browse files Browse the repository at this point in the history
  • Loading branch information
J-HowHuang committed May 2, 2024
1 parent c4e5c81 commit 0b59220
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/benchmark_group_2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
sleep 5
cat ${{ github.workspace }}/logs/app_6379.log
- name: spin
run: sleep 80
run: sleep 120
- name: Server shut down and log
run: cat ${{ github.workspace }}/logs/app_6379.log
run-benchmark:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/benchmark_group_2_multi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ jobs:
sleep 5
cat ${{ github.workspace }}/logs/app_6379.log
- name: spin
run: sleep 80
run: sleep 120
- name: Server shut down and log
run: cat ${{ github.workspace }}/logs/app_6379.log
run-server-2:
Expand Down Expand Up @@ -186,7 +186,7 @@ jobs:
sleep 5
cat ${{ github.workspace }}/logs/app_6379.log
- name: spin
run: sleep 80
run: sleep 120
- name: Server shut down and log
run: cat ${{ github.workspace }}/logs/app_6379.log
run-server-3:
Expand Down Expand Up @@ -220,7 +220,7 @@ jobs:
sleep 5
cat ${{ github.workspace }}/logs/app_6379.log
- name: spin
run: sleep 80
run: sleep 120
- name: Server shut down and log
run: cat ${{ github.workspace }}/logs/app_6379.log
run-benchmark:
Expand Down

0 comments on commit 0b59220

Please sign in to comment.