12 lines
298 B
Plaintext
12 lines
298 B
Plaintext
# SPDX-FileCopyrightText: no
|
|
# SPDX-License-Identifier: CC0-1.0
|
|
#
|
|
# This is an example module for Python Job Modules.
|
|
#
|
|
# The slowpython module is just slow. It does produce
|
|
# progress output, in 10 steps during the timeout period.
|
|
---
|
|
|
|
# Number of seconds this module will take to run
|
|
timeout: 30
|