Skip to content

Commit 9595c11

Browse files
committed
increase worker parameters for test
1 parent 79c9f37 commit 9595c11

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_taskvine_executor.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@ def test_taskvine_executor_nanoevents_analysis():
4747
)
4848
workers.max_workers = 1
4949
workers.min_workers = 1
50-
workers.timeout = 120
50+
workers.timeout = 600
5151
workers.cores = 1
52-
workers.memory = 250
52+
workers.memory = 500
5353
workers.disk = 1000
5454
workers.debug = "all"
5555
workers.debug_file = "factory.log"

0 commit comments

Comments
 (0)