Skip to content

Commit 339d84f

Browse files
committed
test: lower timeout
1 parent 32a57fa commit 339d84f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/chainio/avs_writer.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ func (w *AvsWriter) SendAggregatedResponse(batchIdentifierHash [32]byte, batchMe
119119
return nil, err
120120
}
121121
}
122-
ctx, cancel := context.WithTimeout(context.Background(), time.Second*1)
122+
ctx, cancel := context.WithTimeout(context.Background(), time.Millisecond*200)
123123
defer cancel()
124124
receipt, err := utils.WaitForTransactionReceipt(w.Client, ctx, tx.Hash())
125125

0 commit comments

Comments
 (0)