Skip to content

Commit 4b8fbb9

Browse files
committed
docker test timeout
1 parent 301466b commit 4b8fbb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Docker.Testify/DockerSetup.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ public abstract class DockerSetup : IDisposable
2020
public abstract int InternalPort { get; }
2121

2222
public virtual string ImageTag => "latest";
23-
public virtual TimeSpan TimeOut => TimeSpan.FromSeconds(30);
23+
public virtual TimeSpan TimeOut => TimeSpan.FromSeconds(60);
2424
public virtual IList<string> EnvironmentVariables => new List<string>();
2525
public int ExternalPort { get; }
2626

0 commit comments

Comments
 (0)