Browse Source

check 'std::bad_alloc' error with timestamp

Ayush 4 months ago
parent
commit
2b5d63142c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      basics/create-account/anchor/Anchor.toml

+ 1 - 1
basics/create-account/anchor/Anchor.toml

@@ -13,4 +13,4 @@ cluster = "Localnet"
 wallet = "~/.config/solana/id.json"
 
 [scripts]
-test = "pnpm ts-mocha -p ./tsconfig.json -t 1000000 tests/**/*.ts"
+test = "pnpm ts-mocha -p ./tsconfig.json tests/**/*.ts"