Skip to content

Commit

Permalink
bump timeout up to 30s
Browse files Browse the repository at this point in the history
  • Loading branch information
rkm committed Jan 8, 2025
1 parent 32d800c commit 478d1af
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ public class SmiCtpAnonymiser : IDicomAnonymiser, IDisposable
private readonly Process _ctpProcess;

// NOTE(rkm 2025-01-08) This sometimes takes more than 10s in CI for some reason
private readonly TimeSpan CTP_TIMEOUT = TimeSpan.FromSeconds(20);
private readonly TimeSpan CTP_TIMEOUT = TimeSpan.FromSeconds(30);

public SmiCtpAnonymiser(GlobalOptions globalOptions)
{
Expand Down

0 comments on commit 478d1af

Please sign in to comment.