From 43a780299459012c0bcc5eaa1be59011ab6e87e3 Mon Sep 17 00:00:00 2001 From: Henna <62267575+HennaAbbas@users.noreply.github.com> Date: Wed, 25 Jun 2025 17:48:16 -0700 Subject: [PATCH] Update config.yml --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 48a0973..c3c275a 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -14,7 +14,7 @@ jobs: - checkout - run: name: Run tests - command: echo "run test" + command: sleep 5000 - run: name: Run linting command: echo "run linting"