summaryrefslogtreecommitdiffstats
path: root/llvm/test/Object
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2015-07-14 16:34:23 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2015-07-14 16:34:23 +0000
commit4ae784396cf12182276613d55a4b04734be3270b (patch)
tree85aa33509a018fa6cf229318f9a6145552ddd110 /llvm/test/Object
parenta6a15b8f2ed70058f7059eb14b4326c2108c2239 (diff)
downloadbcm5719-llvm-4ae784396cf12182276613d55a4b04734be3270b.tar.gz
bcm5719-llvm-4ae784396cf12182276613d55a4b04734be3270b.zip
Sleep for 2.1 seconds to see if that makes the test stable on windows.
Might fix pr24106. llvm-svn: 242158
Diffstat (limited to 'llvm/test/Object')
-rw-r--r--llvm/test/Object/archive-update.test5
1 files changed, 3 insertions, 2 deletions
diff --git a/llvm/test/Object/archive-update.test b/llvm/test/Object/archive-update.test
index 450b5cd4ed8..147db90ba95 100644
--- a/llvm/test/Object/archive-update.test
+++ b/llvm/test/Object/archive-update.test
@@ -8,8 +8,9 @@ RUN: mkdir -p %t.older
RUN: echo older > %t.older/evenlen
Either the shell supports the 'touch' command with a flag to manually set the
-mtime or we sleep for over a second so that the mtime is definitely observable.
-RUN: touch -m -t 200001010000 %t.older/evenlen || sleep 1.1
+mtime or we sleep for over two seconds so that the mtime is definitely
+observable.
+RUN: touch -m -t 200001010000 %t.older/evenlen || sleep 2.1
RUN: mkdir -p %t.newer
RUN: echo newer > %t.newer/evenlen
OpenPOWER on IntegriCloud