Browse Source

storage-node: fix double wait

Mokhtar Naamani 4 years ago
parent
commit
0e98f99125
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/run-network-tests.yml

+ 1 - 1
.github/workflows/run-network-tests.yml

@@ -214,6 +214,6 @@ jobs:
             if yarn storage-cli upload ./pioneer/packages/apps/public/images/default-thumbnail.png 1 0; then
               break
             else
-              echo "Upload test failed, will retry" && sleep ${WAIT_TIME}
+              echo "Upload test failed, will retry"
             fi
           done