File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -6501,7 +6501,7 @@ async def run_timer(self):
6501
6501
async def run_act (self ):
6502
6502
self .events .append ("act-sync" )
6503
6503
await workflow .execute_activity (
6504
- say_hello , "Enchi" , schedule_to_close_timeout = timedelta (seconds = 5 )
6504
+ say_hello , "Enchi" , schedule_to_close_timeout = timedelta (seconds = 30 )
6505
6505
)
6506
6506
fut : asyncio .Future [bool ] = asyncio .Future ()
6507
6507
fut .set_result (True )
@@ -6598,10 +6598,10 @@ async def test_alternate_async_loop_ordering(client: Client):
6598
6598
await handle .signal (ActivityAndSignalsWhileWorkflowDown .dosig , "1" )
6599
6599
await handle .signal (ActivityAndSignalsWhileWorkflowDown .dosig , "2" )
6600
6600
6601
- async with new_worker (
6602
- client ,
6603
- ActivityAndSignalsWhileWorkflowDown ,
6604
- activities = [say_hello ],
6605
- task_queue = task_queue ,
6606
- ):
6607
- await handle .result ()
6601
+ async with new_worker (
6602
+ client ,
6603
+ ActivityAndSignalsWhileWorkflowDown ,
6604
+ activities = [say_hello ],
6605
+ task_queue = task_queue ,
6606
+ ):
6607
+ await handle .result ()
You can’t perform that action at this time.
0 commit comments