Skip to content
Snippets Groups Projects
Commit d5f9f2b3 authored by Michael Youngstrom's avatar Michael Youngstrom
Browse files

Bump timeout on sample_function_1 test

parent 0b94a373
Branches
Tags
No related merge requests found
......@@ -10,9 +10,8 @@ from pavelib.utils.decorators import (
def test_function_under_timeout():
@timeout(1)
@timeout(2)
def sample_function_1():
time.sleep(0.1)
return "sample text"
value = sample_function_1()
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment