From 5a05652a1ada287f90ca7938eecce81d52134446 Mon Sep 17 00:00:00 2001
From: dwn1c21 <d.newbrook@soton.ac.uk>
Date: Tue, 26 Sep 2023 09:54:37 +0000
Subject: [PATCH] Increase regression timeout

---
 flows/makefile.regression | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/flows/makefile.regression b/flows/makefile.regression
index a40ce59..d62b6e5 100644
--- a/flows/makefile.regression
+++ b/flows/makefile.regression
@@ -13,7 +13,7 @@
 PARALLEL_TESTS = 4
 
 # Regression Simulation Timeout
-TIMEOUT = 20m
+TIMEOUT = 40m
 
 # Create a Directory to Run a Regression in
 $(eval REGRESSION_NAME =$(shell date +%Y_%m_%d_%H_%M_%S))
@@ -95,4 +95,4 @@ regression_$(SIMULATOR): compile_$(SIMULATOR) bootrom debugtester
 # Create Targets with dependencies for all tests for simulator
 all_tests_mti : $(TEST_LIST_MTI)
 all_tests_vcs : $(TEST_LIST_VCS)
-all_tests_xm  : $(TEST_LIST_XM)
\ No newline at end of file
+all_tests_xm  : $(TEST_LIST_XM)
-- 
GitLab