Skip to content

Commit

Permalink
test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tlienart committed Nov 23, 2021
1 parent fedf056 commit a9ac8a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/server.jl
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ tasks that you will try to start.
rm("tmp.html")
rm("css", recursive=true)
rm("404", recursive=true)
sleep(0.25)
sleep(0.5)
# only index.html is still watched
@test length(fw.watchedfiles) == 1

Expand Down

2 comments on commit a9ac8a1

@tlienart
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/49274

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.7.1 -m "<description of version>" a9ac8a1f98b8b021e57260e7a4ad01ec72ac3a35
git push origin v0.7.1

Please sign in to comment.