diff --git a/src/families/ethereum/specs.ts b/src/families/ethereum/specs.ts index 19d3c0af35..83a5c507bc 100644 --- a/src/families/ethereum/specs.ts +++ b/src/families/ethereum/specs.ts @@ -20,6 +20,8 @@ import { DeviceModelId } from "@ledgerhq/devices"; import { TokenCurrency } from "@ledgerhq/cryptoassets"; import { CompoundAccountSummary } from "../../compound/types"; +const testTimeout = 5 * 60 * 1000; + const ethereumBasicMutations = ({ maxAccount }) => [ { name: "move 50%", @@ -119,7 +121,7 @@ const ethereum: AppSpec = { model: DeviceModelId.nanoS, appName: "Ethereum", }, - testTimeout: 4 * 60 * 1000, + testTimeout, transactionCheck: ({ maxSpendable }) => { invariant( maxSpendable.gt( @@ -357,7 +359,7 @@ const ethereumClassic: AppSpec = { appName: "Ethereum Classic", }, dependency: "Ethereum", - testTimeout: 2 * 60 * 1000, + testTimeout, transactionCheck: ({ maxSpendable }) => { invariant( maxSpendable.gt( @@ -380,7 +382,7 @@ const ethereumRopsten: AppSpec = { model: DeviceModelId.nanoS, appName: "Ethereum", }, - testTimeout: 2 * 60 * 1000, + testTimeout, transactionCheck: ({ maxSpendable }) => { invariant( maxSpendable.gt( @@ -405,7 +407,7 @@ const bsc: AppSpec = { appName: "Binance Smart Chain", }, dependency: "Ethereum", - testTimeout: 2 * 60 * 1000, + testTimeout, transactionCheck: ({ maxSpendable }) => { invariant( maxSpendable.gt( @@ -452,7 +454,7 @@ const polygon: AppSpec = { appName: "Polygon", }, dependency: "Ethereum", - testTimeout: 2 * 60 * 1000, + testTimeout, transactionCheck: ({ maxSpendable }) => { invariant( maxSpendable.gt(