Skip to content

Commit

Permalink
Short the time interval.
Browse files Browse the repository at this point in the history
  • Loading branch information
fcyu committed Jun 16, 2017
1 parent 24b49e9 commit 9818818
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/proteomics/ECL2.java
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ public static void main(String[] args) {
if (debug) {
Thread.sleep(1000);
} else {
Thread.sleep(60000);
Thread.sleep(6000);
}
}
} catch (InterruptedException | ExecutionException ex) {
Expand Down

0 comments on commit 9818818

Please sign in to comment.