Skip to content

Commit bf660f3

Browse files
fix: Increase timeout for flakey test (#3781)
1 parent 0fce96c commit bf660f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_integration-test/test_01_basics.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
SENTRY_TEST_HOST = os.getenv("SENTRY_TEST_HOST", "http://localhost:9000")
2323
TEST_USER = "test@example.com"
2424
TEST_PASS = "test123TEST"
25-
TIMEOUT_SECONDS = 60
25+
TIMEOUT_SECONDS = 120
2626

2727

2828
def poll_for_response(

0 commit comments

Comments
 (0)