Skip to content

Commit

Permalink
chore(fil): update bot tests timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
lawRathod committed Jun 4, 2024
1 parent 04cc220 commit 4723d93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/ledger-live-common/src/families/filecoin/specs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const filecoinSpecs: AppSpec<Transaction> = {
appVersion: "0.24.3",
},
genericDeviceAction: generateDeviceActionFlow(BotScenario.DEFAULT),
testTimeout: 6 * 60 * 1000,
testTimeout: 16 * 60 * 1000,
minViableAmount: MIN_SAFE,
transactionCheck: ({ maxSpendable }) => {
invariant(maxSpendable.gt(MIN_SAFE), "balance is too low");
Expand Down

0 comments on commit 4723d93

Please sign in to comment.