summaryrefslogtreecommitdiff
path: root/subplot.yaml
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2023-06-01 19:36:05 +0300
committerLars Wirzenius <liw@liw.fi>2023-06-01 19:42:55 +0300
commit9463fe863135b1665424aeb212a1130fde4491f3 (patch)
treee7c6864c17b07c594c1f31de6c5154a87025e83b /subplot.yaml
parent5f9bd0cd386f08389f502317d33bf79f44ca180f (diff)
downloadsubplot-9463fe863135b1665424aeb212a1130fde4491f3.tar.gz
chore: drop now-unused step for sleeping for a second
This was always a kludge, and we no longer use it anywhere, so offski with it. May it never return! Nac Mac Feegle! The Wee Free Men! Nae sleep! Nae wait! We willna' be slowed again! Sponsored-by: author
Diffstat (limited to 'subplot.yaml')
-rw-r--r--subplot.yaml12
1 files changed, 0 insertions, 12 deletions
diff --git a/subplot.yaml b/subplot.yaml
index 12a9fae..5ad35aa 100644
--- a/subplot.yaml
+++ b/subplot.yaml
@@ -81,18 +81,6 @@
rust:
function: file_ends_in_two_newlines
-# In order to cope with low granularity filesystems, sometimes we need to wait
-# for things to happen
-- when: I wait until (?P<delay>\d+) seconds? has passed
- impl:
- python:
- function: sleep_seconds
- rust:
- function: sleep_seconds
- regex: true
- types:
- delay: uint
-
# The following are purely descriptive steps and are not used to test anything
- given: the necessary starting conditions