Skip to content

Commit

Permalink
remove sleep() from blksnap_snapshot_watcher()
Browse files Browse the repository at this point in the history
  • Loading branch information
SergeiShtepa committed Oct 11, 2023
1 parent c5d5e4a commit 6d6a647
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/blksnap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -115,9 +115,6 @@ blksnap_snapshot_watcher()
{
${BLKSNAP} snapshot_watcher --id=${ID} &
STRETCH_PROCESS_PID=$!

echo "Waiting for creating first portion"
sleep 2s
}
blksnap_watcher_wait()
{
Expand Down

0 comments on commit 6d6a647

Please sign in to comment.