Skip to content

Commit

Permalink
Increasing the wait time as it takes longer on small boxes to load tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathan-Nesbitt committed Mar 3, 2024
1 parent 21a219a commit 624f18b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion seaweedfs.test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ services:
- all
container_name: seaweedts
restart: "no"
command: ["./wait-for-it.sh", "locahost:8333", "-t", "30", "--", "./wait-for-it.sh", "locahost:8080", "-t", "10", "--", "npm", "run", "test"]
command: ["./wait-for-it.sh", "locahost:8333", "-t", "30", "--", "./wait-for-it.sh", "locahost:8080", "-t", "30", "--", "npm", "run", "test"]
volumes:
- ./src:/seaweed/src

Expand Down

0 comments on commit 624f18b

Please sign in to comment.