Skip to content

Commit 5282b47

Browse files
committed
increase timeout for integration tests
1 parent b7897b1 commit 5282b47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ async def _make_actor(
228228
name=actor_name,
229229
default_run_build='latest',
230230
default_run_memory_mbytes=256,
231-
default_run_timeout_secs=300,
231+
default_run_timeout_secs=600,
232232
versions=[
233233
{
234234
'versionNumber': '0.0',

0 commit comments

Comments
 (0)