Skip to content

Commit

Permalink
update timeout to 180s (testing)
Browse files Browse the repository at this point in the history
  • Loading branch information
BowTiedHeron authored and codemaster115 committed May 17, 2022
1 parent ebbef8a commit e952cd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ module.exports = (phase, {defaultConfig}) => {
'mainnet-beta': {
name: 'mainnet-beta',
endpoint: mainNetEndpoint,
confirmTransactionInitialTimeout: 120000,
confirmTransactionInitialTimeout: 180000,
}
},
async headers() {
Expand Down

0 comments on commit e952cd8

Please sign in to comment.