summaryrefslogtreecommitdiff
path: root/subplot.md
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@digital-scurf.org>2021-05-01 12:25:51 +0100
committerDaniel Silverstone <dsilvers@digital-scurf.org>2021-05-01 12:25:51 +0100
commite7feb00ea84d0e7295e2de90ba07ec2937e4b023 (patch)
tree15e3f1f376bdc6a3c98f54c95e299b1865d9fb50 /subplot.md
parent1f0eae217d536dcddb7e951721b0fbfd15e8e75d (diff)
downloadsubplot-e7feb00ea84d0e7295e2de90ba07ec2937e4b023.tar.gz
subplot: Add delay step in some scenarios
In order to work on filesystems where the time granularity is not sub-second, some scenarios need to wait a bit. Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
Diffstat (limited to 'subplot.md')
-rw-r--r--subplot.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/subplot.md b/subplot.md
index f87856d..940843e 100644
--- a/subplot.md
+++ b/subplot.md
@@ -1628,6 +1628,7 @@ and an installed subplot
when I run subplot docgen simple.md -o simple.pdf
then file simple.pdf exists
when I remember metadata for file simple.pdf
+and I wait until 1 second has passed
and I run subplot docgen simple.md -o simple.pdf
then file simple.pdf has same metadata as before
and only files simple.md, b.yaml, f.py, simple.pdf exist
@@ -1643,6 +1644,7 @@ and an installed subplot
when I run subplot docgen simple.md -o simple.pdf
then file simple.pdf exists
when I remember metadata for file simple.pdf
+and I wait until 1 second has passed
and I touch file simple.md
and I run subplot docgen simple.md -o simple.pdf
then file simple.pdf has changed from before
@@ -1658,6 +1660,7 @@ and an installed subplot
when I run subplot docgen simple.md -o simple.pdf
then file simple.pdf exists
when I remember metadata for file simple.pdf
+and I wait until 1 second has passed
and I touch file f.py
and I run subplot docgen simple.md -o simple.pdf
then file simple.pdf has changed from before
@@ -1673,6 +1676,7 @@ and an installed subplot
when I run subplot docgen simple.md -o simple.pdf
then file simple.pdf exists
when I remember metadata for file simple.pdf
+and I wait until 1 second has passed
and I touch file b.yaml
and I run subplot docgen simple.md -o simple.pdf
then file simple.pdf has changed from before