ccid: Increase guard timeout to 120s

Change-Id: Ie824dcf7b3f0d50ba4652d1a6e46d9ed81c5f069
This commit is contained in:
Harald Welte 2019-11-25 22:12:42 +01:00 committed by laforge
parent f30e22bb17
commit ea8db4cba9
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ type component Test_CT {
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;