ccid: Increase guard timeout to 120s

Change-Id: Ie824dcf7b3f0d50ba4652d1a6e46d9ed81c5f069
diff --git a/ccid/CCID_Tests.ttcn b/ccid/CCID_Tests.ttcn
index a985536..cf615d4 100644
--- a/ccid/CCID_Tests.ttcn
+++ b/ccid/CCID_Tests.ttcn
@@ -21,7 +21,7 @@
 type component Slot_CT {
 	var uint8_t g_slot_nr;
 	port CCID_SLOT_PT CCID;
-	timer g_Tguard := 10.0;
+	timer g_Tguard := 120.0;
 };
 
 private const integer NR_SLOTS := 4;