Skip to content

Commit

Permalink
Increase run folder appear timeout to 120s
Browse files Browse the repository at this point in the history
  • Loading branch information
Adoni5 committed Dec 22, 2023
1 parent 90e20ad commit 6d96ac8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/readfish/_read_until_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
protocol_service.PHASE_PAUSED,
}
# Timeout in seconds for the run folder to appear
TIMEOUT = 60
TIMEOUT = 120


class RUClient(ReadUntilClient):
Expand Down

0 comments on commit 6d96ac8

Please sign in to comment.