Fix mispelling in comment

Signed-off-by: Brian Meek <brian@hntlabs.com>
This commit is contained in:
Brian Meek 2022-09-02 15:15:10 -07:00 committed by Tak Wai Wong
parent 1bb8273d28
commit 7e0e9bca34
No known key found for this signature in database
GPG key ID: 222E4AF2AA1F467D

View file

@ -416,7 +416,7 @@ func loadAndRunTests(dockerClient *client.Client, volumeName, v string, branchTo
if err = runTests(csAPIURL, v); err != nil { if err = runTests(csAPIURL, v); err != nil {
return fmt.Errorf("failed to run tests on version %s: %s", v, err) return fmt.Errorf("failed to run tests on version %s: %s", v, err)
} }
// Sleep to let the database sync before returning and destorying the dendrite container // Sleep to let the database sync before returning and destroying the dendrite container
time.Sleep(5 * time.Second) time.Sleep(5 * time.Second)
return nil return nil