Skip to content

Commit 061b9ff

Browse files
committed
put timeout to 60 seconds
1 parent 7b5858a commit 061b9ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

block/internal/da/client.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ func NewClient(cfg Config) Client {
4848
return nil
4949
}
5050
if cfg.DefaultTimeout == 0 {
51-
cfg.DefaultTimeout = 30 * time.Second
51+
cfg.DefaultTimeout = 60 * time.Second
5252
}
5353
if cfg.MaxBlobSize == 0 {
5454
cfg.MaxBlobSize = blobrpc.DefaultMaxBlobSize

0 commit comments

Comments
 (0)