Skip to content

Commit

Permalink
*changed minutes for milliseconds
Browse files Browse the repository at this point in the history
  • Loading branch information
orsalido committed Oct 8, 2020
1 parent 8e5d14e commit ea0c4cc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ class FakeInfectionReportWorker(context: Context, workerParams: WorkerParameters
val work =
OneTimeWorkRequest
.Builder(FakeInfectionReportWorker::class.java)
.setInitialDelay(executionDelayDays, TimeUnit.MINUTES)
.setInitialDelay(executionDelayDays, TimeUnit.MILLISECONDS)
.setConstraints(constraints)
.setInputData(Data.Builder().putLong(KEY_T_DUMMY, tDummy).build())
.build()
Expand Down

0 comments on commit ea0c4cc

Please sign in to comment.