Skip to content

Commit 593aad1

Browse files
Merge pull request moby#4944 from davhdavh/patch-1
2 parents eb51e91 + bf1da96 commit 593aad1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

solver/llbsolver/solver.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ func (s *Solver) recordBuildHistory(ctx context.Context, id string, req frontend
198198
}
199199

200200
ctx, cancel := context.WithCancelCause(context.Background())
201-
ctx, _ = context.WithTimeoutCause(ctx, 20*time.Second, errors.WithStack(context.DeadlineExceeded))
201+
ctx, _ = context.WithTimeoutCause(ctx, 300*time.Second, errors.WithStack(context.DeadlineExceeded))
202202
defer cancel(errors.WithStack(context.Canceled))
203203

204204
var mu sync.Mutex

0 commit comments

Comments
 (0)