From 415b938b047d924ad8125c0138eccfd151f471d5 Mon Sep 17 00:00:00 2001 From: Srihari Date: Wed, 20 Mar 2024 18:12:14 +0530 Subject: [PATCH] Fix codeflare-sdk python e2e tests to pick timeout --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 41782c4ff..c47e466a6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,3 +54,4 @@ markers = [ "kind", "openshift" ] +addopts = "--timeout=900"