Skip to content

Commit

Permalink
increase timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
tudor-malene committed Dec 15, 2023
1 parent b4a9e71 commit d33b7bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration/obscurogateway/tengateway_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -583,7 +583,7 @@ func transferETHToAddress(client *ethclient.Client, wallet wallet.Wallet, toAddr
if err != nil {
return nil, err
}
return integrationCommon.AwaitReceiptEth(context.Background(), client, signedTx.Hash(), 2*time.Second)
return integrationCommon.AwaitReceiptEth(context.Background(), client, signedTx.Hash(), 20*time.Second)
}

func subscribeToEvents(addresses []gethcommon.Address, topics [][]gethcommon.Hash, client *ethclient.Client, logs *[]types.Log) ethereum.Subscription { //nolint:unparam
Expand Down

0 comments on commit d33b7bd

Please sign in to comment.