Skip to content

Commit

Permalink
changed waitTime
Browse files Browse the repository at this point in the history
  • Loading branch information
cking20 committed Apr 11, 2018
1 parent 136ef78 commit e031b2f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ public void call(Object... args) {
//System.out.println(myTurn);
if (myTurn) {
long startTime = System.currentTimeMillis();
while(System.currentTimeMillis() - startTime < 500){
while(System.currentTimeMillis() - startTime < 6000){
if(System.currentTimeMillis() - startTime % 100 == 0) {
System.out.println(System.currentTimeMillis());
}
Expand Down

0 comments on commit e031b2f

Please sign in to comment.