Skip to content

Commit 85fbac6

Browse files
committed
changes how timeout is specified in cicd tests
1 parent 7bd0d85 commit 85fbac6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/setupAndTestWithFreeCore.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,4 @@ cd ../
4949
echo $SUPERTOKENS_API_KEY > apiPassword
5050
./utils/setupTestEnvLocal
5151
cd ../project/
52-
INSTALL_DIR=../supertokens-root go test ./... -p 1 -v count=1 -timeout 20m
52+
INSTALL_DIR=../supertokens-root go test -timeout 0 ./... -p 1 -v count=1

0 commit comments

Comments
 (0)