Skip to content

Commit

Permalink
increase timeout for TestTableMod_change
Browse files Browse the repository at this point in the history
  • Loading branch information
awootton committed Apr 17, 2024
1 parent 4b978a6 commit 15cdb40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/run-go-integration-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ go test -timeout 200s -run ^TestTableMod_add$ github.com/disney/quanta/test

sleep 5
echo "starting TestTableMod_change"
go test -timeout 200s -run ^TestTableMod_change$ github.com/disney/quanta/test
go test -timeout 300s -run ^TestTableMod_change$ github.com/disney/quanta/test

sleep 5
echo "starting TestTableMod_reload_table"
Expand Down

0 comments on commit 15cdb40

Please sign in to comment.