Skip to content

Commit eb72919

Browse files
committed
try not waiting in tests
1 parent f61bece commit eb72919

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

tests/test_run.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,6 +327,7 @@ def prediction_with_status(
327327
"text": "Hello, world!",
328328
},
329329
use_file_output=True,
330+
wait=False,
330331
),
331332
)
332333

@@ -409,7 +410,7 @@ def prediction_with_status(
409410
"text": "Hello, world!",
410411
},
411412
use_file_output=True,
412-
wait=True,
413+
# wait=True (this is the default)
413414
),
414415
)
415416

@@ -505,6 +506,7 @@ def prediction_with_status(
505506
"text": "Hello, world!",
506507
},
507508
use_file_output=True,
509+
wait=False,
508510
),
509511
)
510512

@@ -583,6 +585,7 @@ def prediction_with_status(
583585
"text": "Hello, world!",
584586
},
585587
use_file_output=True,
588+
wait=False,
586589
),
587590
)
588591

0 commit comments

Comments
 (0)