Skip to content

Commit

Permalink
Update prepare-test-data.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
cfaur09 committed Dec 11, 2024
1 parent 06d0d85 commit e5d3871
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/test/chain-simulator/utils/prepare-test-data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ async function prepareTestData() {
await ChainSimulatorUtils.deployPingPongSc(config.aliceAddress);
console.log('✓ Deployed PingPong smart contract');

await new Promise((resolve) => setTimeout(resolve, 20000));

console.log('Test data preparation completed successfully!');
} catch (error) {
console.error('Error preparing test data:', error);
Expand Down

0 comments on commit e5d3871

Please sign in to comment.