From 349af4729b7c24eff5589e50fde9ce7dce5cfc23 Mon Sep 17 00:00:00 2001
From: =?utf8?q?Pedro=20Ara=C3=BAjo?= <phcrva@gmail.com>
Date: Wed, 29 Jul 2020 17:07:30 +0100
Subject: [PATCH] Update default timeout in README (#668)

Since #509 (4bf18924d4645453ec3e240d01842b7f15db537c) the default
timeout was changed to 2m. This change updates the README to reflect it.

Signed-off-by: Pedro Araujo <phcrva@gmail.com>
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 1fb8f3b..9323f81 100644
--- a/README.md
+++ b/README.md
@@ -61,7 +61,7 @@ HTTP, HTTPS (via the `http` prober), DNS, TCP socket and ICMP (see permissions s
 Additional modules can be defined to meet your needs.
 
 The timeout of each probe is automatically determined from the `scrape_timeout` in the [Prometheus config](https://prometheus.io/docs/operating/configuration/#configuration-file), slightly reduced to allow for network delays. 
-This can be further limited by the `timeout` in the Blackbox exporter config file. If neither is specified, it defaults to 10 seconds.
+This can be further limited by the `timeout` in the Blackbox exporter config file. If neither is specified, it defaults to 120 seconds.
 
 ## Prometheus Configuration
 
-- 
2.25.1