Files
Nim/testament/tests/shouldfail/ttimeout.nim

8 lines
60 B
Nim

discard """
timeout: "0.1"
"""
import os
os.sleep(1000)