Skip to content

Commit

Permalink
[#53962] tests: docs: test_snippets: Increased timeout for tests
Browse files Browse the repository at this point in the history
Signed-off-by: Grzegorz Latosinski <glatosinski@antmicro.com>
  • Loading branch information
glatosinski committed Feb 23, 2024
1 parent 0e67975 commit 48bfc24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kenning/tests/docs/test_snippets.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
# Regex for splitting multiline scripts
NEW_LINE_RE = re.compile("(?<!\\\\)\n", flags=re.MULTILINE)
# Default timeout of command execution
DEFAULT_TIMEOUT = 60 * 15 # 15 min
DEFAULT_TIMEOUT = 60 * 45 # 45 min
# Directory with datasets (relative to Kenning)
DATASET_DIR = "build"
# Possible arguments for snippet
Expand Down

0 comments on commit 48bfc24

Please sign in to comment.