Skip to content

Commit

Permalink
update test sleep
Browse files Browse the repository at this point in the history
  • Loading branch information
BlenderistDev committed Apr 18, 2023
1 parent a73b7f3 commit f09a293
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/cron/cron_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ func TestGeneratorJob_generate(t *testing.T) {

job.generate()

time.Sleep(100)
time.Sleep(10)
assert.Equal(t, res, bytes)

}

0 comments on commit f09a293

Please sign in to comment.