Skip to content

Commit

Permalink
Increase timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
guibescos committed Dec 12, 2023
1 parent f07385b commit 564f08a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions frontend/pages/api/v1/locked_accounts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ import idl from '@pythnetwork/staking/target/idl/staking.json'
import { splTokenProgram } from '@coral-xyz/spl-token'
import { TOKEN_PROGRAM_ID } from '@solana/spl-token'

export const config = {
maxDuration: 25,
}
const connection = new Connection(process.env.BACKEND_ENDPOINT!)
const provider = new AnchorProvider(
connection,
Expand Down

0 comments on commit 564f08a

Please sign in to comment.