Skip to content

Commit

Permalink
Increase assembly timeout to account for new graph copy requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
creisle committed Jan 4, 2022
1 parent 86b046f commit ca06372
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/test_assemble.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ca06372

Please sign in to comment.