Skip to content

Commit

Permalink
Bump the sleep interval a bit
Browse files Browse the repository at this point in the history
So that we don't spam with too many requests from the same account. In
my tests it takes exactly 20s to make these tests pass.
  • Loading branch information
AlexDaniel committed Apr 15, 2020
1 parent b1c1612 commit c5734fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/01-paste.t
Expand Up @@ -33,7 +33,7 @@ for keys $files {
ok $p.delete($paste_url), 'tried to delete a gist';

throws-like {
react whenever Supply.interval(1) -> $n {
react whenever Supply.interval(5) -> $n {
$p.fetch($paste_url);
done if $n == 60;
}
Expand Down

0 comments on commit c5734fa

Please sign in to comment.