diff --git a/node/pkg/ethereum/watcher.go b/node/pkg/ethereum/watcher.go index a2b13a3de..e8f0032dd 100644 --- a/node/pkg/ethereum/watcher.go +++ b/node/pkg/ethereum/watcher.go @@ -313,7 +313,7 @@ func (e *Watcher) Run(ctx context.Context) error { // Transaction is now ready if pLock.height+uint64(expectedConfirmations) <= blockNumberU { - timeout, cancel = context.WithTimeout(ctx, 15*time.Second) + timeout, cancel = context.WithTimeout(ctx, 5*time.Second) tx, err := c.TransactionReceipt(timeout, pLock.message.TxHash) cancel()