Skip to content

Commit

Permalink
chore: sleep time reduced
Browse files Browse the repository at this point in the history
  • Loading branch information
naneey committed Apr 10, 2024
1 parent 743a3b5 commit 4dfe2e3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ public CPS(String contracts) throws Exception {
public void setupCPS() throws Exception {
deployPrep();
decentralizeChain();
Thread.sleep(200000);
Thread.sleep(120000);
this.addresses = new ScoreDeployer(this,contracts).deployContracts();

ownerClient = new CPSClient(this,owner);
Expand Down

0 comments on commit 4dfe2e3

Please sign in to comment.