Skip to content

Commit

Permalink
Slightly increase wait time
Browse files Browse the repository at this point in the history
  • Loading branch information
leonjza committed Dec 21, 2016
1 parent 7cba4f1 commit 4112603
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Commands/Seat/Keys/Tail.php
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ public function handle()
);
}

sleep(0.2);
sleep(0.8);
}

}
Expand Down

0 comments on commit 4112603

Please sign in to comment.