This allows the test suite to recover from the case of DTLS implementations
that do not properly retransmit and block on lost packets.
exit 77
fi
-datefudge "2012-09-2" "${srcdir}/testcompat-main-openssl"
+timeout 1800 datefudge "2012-09-2" "${srcdir}/testcompat-main-openssl"
+
+ret=$?
+test $ret = 124 && exit 77
+
+exit $ret
exit 77
fi
-datefudge "2012-09-2" "${srcdir}/testcompat-main-polarssl"
+timeout 1800 datefudge "2012-09-2" "${srcdir}/testcompat-main-polarssl"
+
+ret=$?
+test $ret = 124 && exit 77
+
+exit $ret