Skip to content

Commit

Permalink
hack: restart nakama so test will pass
Browse files Browse the repository at this point in the history
  • Loading branch information
ezavada committed Oct 23, 2024
1 parent 045269e commit 90a73cd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions makefiles/test.mk
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,9 @@ e2e-evm:

@CARDINAL_ROLLUP_ENABLED=true docker compose up game nakama -d

# this solves a problem of the tests running too quickly, before the rest of the system is completely ready
@sleep 10
sleep 5
@docker compose restart nakama
sleep 5

@go test -v ./e2e/tests/evm/evm_test.go
@docker compose rm --force --stop
Expand Down

0 comments on commit 90a73cd

Please sign in to comment.