Skip to content

Commit

Permalink
increase sleep time
Browse files Browse the repository at this point in the history
  • Loading branch information
bubbajoe committed Apr 14, 2024
1 parent dfe1176 commit 517adf1
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 @@ -28,7 +28,7 @@ jobs:
- run: go run cmd/dgate-server/main.go &

- name: Wait for server to start
run: sleep 5
run: sleep 15
- run: ./functional-tests/admin_tests/performance_test_prep.sh

- name: Run local k6 test
Expand Down

0 comments on commit 517adf1

Please sign in to comment.