summaryrefslogtreecommitdiff
path: root/test/test_maatframe.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_maatframe.cpp')
-rw-r--r--test/test_maatframe.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_maatframe.cpp b/test/test_maatframe.cpp
index 44872dc..5fba454 100644
--- a/test/test_maatframe.cpp
+++ b/test/test_maatframe.cpp
@@ -4145,7 +4145,7 @@ TEST_F(MaatCmdTest, CompileDelete_TSG6548)
time_t update_time=time(NULL);
time_t now=update_time;
- while(now-update_time<60)
+ while(now-update_time<3)
{
ret=Maat_scan_proto_addr(feather,table_id, &ipv4_addr, 6, result, 4, &mid, 0);
if(ret>0)