From ca06372fe0d88b257981632b34fb52af4c54420d Mon Sep 17 00:00:00 2001 From: Caralyn Reisle Date: Tue, 4 Jan 2022 13:04:10 -0800 Subject: [PATCH] Increase assembly timeout to account for new graph copy requirement --- tests/integration/test_assemble.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration/test_assemble.py b/tests/integration/test_assemble.py index 8cae4394..6930b685 100644 --- a/tests/integration/test_assemble.py +++ b/tests/integration/test_assemble.py @@ -351,7 +351,7 @@ def test_multiple_events(self): assert assemblies[0].seq == expected assert len(assemblies) == 1 - @timeout_decorator.timeout(300) + @timeout_decorator.timeout(600) @long_running_test def test_large_assembly(self, large_assembly_seq): # simply testing that this will complete before the timeout