Skip to content

Commit

Permalink
Merge pull request #564 from eoscommunity/main
Browse files Browse the repository at this point in the history
Bump trx timeout for election video upload
  • Loading branch information
tbfleming authored Oct 9, 2021
2 parents 6833274 + b5bf637 commit d8b8b6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/webapp/src/pages/election/round-video-upload.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ const RoundVideoUploadList = () => {
setVideoSubmissionPhase("signing");
const signedTrx = await ualAccount.signTransaction(transaction, {
broadcast: false,
expireSeconds: 1200,
expireSeconds: 2 * 60 * 60,
});
console.info("electvideo trx", signedTrx);

Expand Down

0 comments on commit d8b8b6c

Please sign in to comment.