ci: fix expect timeout issue for panic test_configs
Change-Id: Ib9b8fcc693864501250512546509a91e125604e6
Signed-off-by: Manish V Badarkhe <Manish.Badarkhe@arm.com>
Signed-off-by: Jayanth Dodderi Chidanand <jayanthdodderi.chidanand@arm.com>
diff --git a/expect/crash_test.exp b/expect/crash_test.exp
index d6fbaf2..b5ea5a4 100644
--- a/expect/crash_test.exp
+++ b/expect/crash_test.exp
@@ -11,5 +11,6 @@
expect_string "Unhandled External Abort received"
expect_string "Unhandled Exception from EL2"
-source [file join [file dirname [info script]] exception_regs.inc]
+source [file join [file dirname [info script]] exception_gp_regs.inc]
expect_string "x30"
+source [file join [file dirname [info script]] exception_sys_regs.inc]