complete error timeout handling for all tests
[irspy-moved-to-github.git] / lib / ZOOM / IRSpy / Test / Search / Bib1.pm
index 64c0d0e..fd4d1d6 100644 (file)
@@ -51,6 +51,7 @@ sub error {
     $conn->log("irspy_test", "search on access-point $attr had error: ",
               $exception);
     update($conn, $attr, 0);
+    zoom_error_timeout_update($conn, $exception);
 
     return ZOOM::IRSpy::Status::TEST_BAD
        if ($exception->code() == 1 || # permanent system error
@@ -68,5 +69,4 @@ sub update {
                                             'ok'        => $ok);
 }
 
-
 1;