We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 301466b commit 4b8fbb9Copy full SHA for 4b8fbb9
test/Docker.Testify/DockerSetup.cs
@@ -20,7 +20,7 @@ public abstract class DockerSetup : IDisposable
20
public abstract int InternalPort { get; }
21
22
public virtual string ImageTag => "latest";
23
- public virtual TimeSpan TimeOut => TimeSpan.FromSeconds(30);
+ public virtual TimeSpan TimeOut => TimeSpan.FromSeconds(60);
24
public virtual IList<string> EnvironmentVariables => new List<string>();
25
public int ExternalPort { get; }
26
0 commit comments