Remove fifo and ctl modules out of kamailio tutorial since we were getting some errors in 4.3 and not really using them

This commit is contained in:
DanB
2015-09-27 15:41:33 +02:00
parent 5e37bc3225
commit 8a7a1c8a40
2 changed files with 1 additions and 6 deletions

View File

@@ -221,7 +221,7 @@ func TestParseTimeDetectLayout(t *testing.T) {
}
if nowTm, err := ParseTimeDetectLayout(META_NOW, ""); err != nil {
t.Error(err)
} else if time.Now().Sub(nowTm) > time.Duration(1)*time.Millisecond {
} else if time.Now().Sub(nowTm) > time.Duration(10)*time.Millisecond {
t.Errorf("Unexpected time parsed: %v", nowTm)
}
eamonTmStr := "31/05/2015 14:46:00"