Skip to content

Commit

Permalink
change sleep time back to 5
Browse files Browse the repository at this point in the history
  • Loading branch information
bubbajoe committed Apr 15, 2024
1 parent f59bb99 commit 7a1285d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/performance_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
go run cmd/dgate-server/main.go &
- name: Wait for server to start
run: sleep 15
run: sleep 5
- run: |
export PROXY_URL=http://localhost:8080
./functional-tests/admin_tests/performance_test_prep.sh
Expand Down

0 comments on commit 7a1285d

Please sign in to comment.