Skip to content

Commit d34fcad

Browse files
committed
Changed test timeout to 60s.
1 parent 80b2ad1 commit d34fcad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ asyncio_mode = "auto"
8080
log_level = "DEBUG"
8181
log_format = "%(asctime)s [%(levelname)8s] %(message)s (%(filename)s:%(lineno)s)"
8282
testpaths = ["tests"]
83-
timeout = 600
83+
timeout = 60
8484
timeout_func_only = true
8585
filterwarnings = [
8686
"error::temporalio.workflow.UnfinishedUpdateHandlersWarning",

0 commit comments

Comments
 (0)