diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 2456cb5d..81286f25 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -52,7 +52,7 @@ jobs: - name: Wait for dependencies to settle run: | - sleep 10 + sleep 20 - name: Register namespace run: | diff --git a/README.md b/README.md index ff47a2d5..eef99794 100644 --- a/README.md +++ b/README.md @@ -560,3 +560,5 @@ distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. + +TEST \ No newline at end of file