summaryrefslogtreecommitdiff
path: root/tests/tools/backend-t
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tools/backend-t')
-rwxr-xr-xtests/tools/backend-t2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tools/backend-t b/tests/tools/backend-t
index 146e2f8..3da82cc 100755
--- a/tests/tools/backend-t
+++ b/tests/tools/backend-t
@@ -109,7 +109,7 @@ sub check_queued_action {
# with the same timestamp with a non-zero sequence number.
my $now = time;
my $path;
- for my $time ($now - 5 .. $now) {
+ for my $time ($now - 10 .. $now + 1) {
my $candidate = $base . strftime('%Y%m%dT%H%M%SZ-00', gmtime($time));
if (-f $candidate) {
$path = $candidate;