Skip to content

Commit

Permalink
Not sure why CI flipped out, reverting back to 2s
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewQuijano committed Jan 7, 2024
1 parent c728bb4 commit 50298c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/weka/finito/client.java
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,7 @@ public void run() {
hashed_classification.put(hash(aClass), aClass);
}
// Make sure level-sites got everything...
Thread.sleep(2500);
Thread.sleep(2000);
}
else {
System.out.println("Not contacting server-site. Seems you just want to test on the" +
Expand Down

0 comments on commit 50298c6

Please sign in to comment.