From 4404097e05dc71b7ee78ef49c8ba4d0eaf234f85 Mon Sep 17 00:00:00 2001 From: Andrei Zeliankou Date: Mon, 8 Feb 2021 23:32:27 +0000 Subject: Tests: added "--restart" option. Now Unit do not restart after each test by default. --- test/test_tls.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/test_tls.py') diff --git a/test/test_tls.py b/test/test_tls.py index 89c57d07..206ea828 100644 --- a/test/test_tls.py +++ b/test/test_tls.py @@ -199,7 +199,7 @@ class TestTLS(TestApplicationTLS): self.sec_epoch() - self.openssl_date_to_sec_epoch(cert['validity']['since']) ) - < 5 + < 60 ), 'certificate validity since' assert ( self.openssl_date_to_sec_epoch(cert['validity']['until']) -- cgit