Skip to content

Commit

Permalink
+ Sleep in between status requests.
Browse files Browse the repository at this point in the history
  • Loading branch information
THORCOMP committed Jun 8, 2022
1 parent 31d528d commit 76d924a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/API/Eulerian/EDW/Peer/Rest.pm
Original file line number Diff line number Diff line change
Expand Up @@ -505,6 +505,7 @@ sub request
$bench->start();
while( ! $status->error() && $self->running( $status ) ) {
$status = $self->status( $status );
sleep( 2 );
}
$bench->stage( 'running' );

Expand Down

0 comments on commit 76d924a

Please sign in to comment.