summaryrefslogtreecommitdiff
path: root/tests/tools/backend-t
diff options
context:
space:
mode:
authorRuss Allbery <eagle@eyrie.org>2014-02-09 19:22:23 -0800
committerRuss Allbery <eagle@eyrie.org>2014-02-09 19:22:23 -0800
commit314796fa94e64a85274d24f4990dd1061cab5e65 (patch)
tree7a474c61c54b55c2589230b2bb6a5ea5f05678e1 /tests/tools/backend-t
parent782a8f576881db6766e2c34a152eb3c477ff521f (diff)
Further expand the tools/backend test timing range
* The change in 3.0-3 fixed the test suite failure on all architectures except armel, which appears to still be failing with a variation on the original issue. Further expand the valid timing range on the test, since this seems to be on the right track but just didn't go far enough.
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;