Testsuite: avoid time-quantization issue
[exim.git] / test / confs / 0358
index fe70fd8fe9378a43b9372edb9fba2c3858b0356a..311687026e0fcef5cb295add5c77026985e5d876 100644 (file)
@@ -1,12 +1,7 @@
 # Exim test configuration 0358
 
-exim_path = EXIM_PATH
-host_lookup_order = bydns
-rfc1413_query_timeout = 0s
-spool_directory = DIR/spool
-log_file_path = DIR/spool/log/%slog
-gecos_pattern = ""
-gecos_name = CALLER_NAME
+.include DIR/aux-var/std_conf_prefix
+
 
 # ----- Main settings -----
 
@@ -31,13 +26,12 @@ t1:
   hosts = 127.0.0.1
   allow_localhost
   port = PORT_S
-  interface = 127.0.0.1
 
 
 # ----- Retry -----
 
 begin retry
 
-*   *   F,3s,1s; G,1h,2s,2
+*   *   F,6s,2s; G,1h,4s,2
 
 # End