mirror of
https://github.com/oceanprotocol-archive/squid-js.git
synced 2024-02-02 15:31:51 +01:00
increase timeout
This commit is contained in:
parent
0f262f5f03
commit
2310c7103e
@ -116,7 +116,7 @@ export default class Access extends TemplateBase {
|
|||||||
name: "refundPayment",
|
name: "refundPayment",
|
||||||
contractName: "PaymentConditions",
|
contractName: "PaymentConditions",
|
||||||
methodName: "refundPayment",
|
methodName: "refundPayment",
|
||||||
timeout: 3,
|
timeout: 10 * 60,
|
||||||
parameters: [
|
parameters: [
|
||||||
{
|
{
|
||||||
name: "assetId",
|
name: "assetId",
|
||||||
|
Loading…
Reference in New Issue
Block a user