Skip to content

Commit

Permalink
changes how timeout is specified in cicd tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rishabhpoddar committed Jun 11, 2024
1 parent 7bd0d85 commit 85fbac6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/setupAndTestWithFreeCore.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@ cd ../
echo $SUPERTOKENS_API_KEY > apiPassword
./utils/setupTestEnvLocal
cd ../project/
INSTALL_DIR=../supertokens-root go test ./... -p 1 -v count=1 -timeout 20m
INSTALL_DIR=../supertokens-root go test -timeout 0 ./... -p 1 -v count=1

0 comments on commit 85fbac6

Please sign in to comment.