L1CTL: Increase FBSB timeout to ~1s

Change-Id: Id2bb23ae966bd9aa5fc36bfa8ba41d7f136ac88f
diff --git a/library/L1CTL_Types.ttcn b/library/L1CTL_Types.ttcn
index d49f37d..f9b4fe8 100644
--- a/library/L1CTL_Types.ttcn
+++ b/library/L1CTL_Types.ttcn
@@ -366,7 +366,7 @@
 		payload := {
 			fbsb_req := {
 				arfcn := arfcn,
-				timeout_tdma_frames := 10,
+				timeout_tdma_frames := 250, /* about 1s */
 				freq_err_thresh1 := 10000,
 				freq_err_thresh2 := 800,
 				num_freqerr_avg := 3,