Skip to content

Commit

Permalink
Revert "refactor: correct comment"
Browse files Browse the repository at this point in the history
This reverts commit 0ebf222.
  • Loading branch information
miles-grant-ibigroup committed May 24, 2023
1 parent 9e411d9 commit 638c7a8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ public void validateMobility(MonitorableJob.Status status) {
status.update("MobilityData Analysis...", 11);

// Wait for the file to be entirely copied into the directory.
// 5 seconds + ~1 second per 100kb
// 5 seconds + ~1 second per 10mb
Thread.sleep(5000 + (this.fileSize / 10000));
File gtfsZip = this.retrieveGtfsFile();
// Namespace based folders avoid clash for validation being run on multiple versions of a feed.
Expand Down

0 comments on commit 638c7a8

Please sign in to comment.