Reduce unnecesary waiting in hidl_test.

Change-Id: Id74e3ff192a99c400620a7f315117276fb13073a
diff --git a/test/main.cpp b/test/main.cpp
index f81eab9..4f0d952 100644
--- a/test/main.cpp
+++ b/test/main.cpp
@@ -48,7 +48,7 @@
     Status reportResults(int64_t ns, reportResults_cb cb) override;
     Status youBlockedMeFor(const int64_t ns[3]) override;
 
-    static constexpr nsecs_t DELAY_S = 5;
+    static constexpr nsecs_t DELAY_S = 1;
     static constexpr nsecs_t DELAY_NS = seconds_to_nanoseconds(DELAY_S);
     static constexpr nsecs_t TOLERANCE_NS = milliseconds_to_nanoseconds(10);
     static constexpr nsecs_t ONEWAY_TOLERANCE_NS = milliseconds_to_nanoseconds(1);