We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1709dd6 commit 5b571ddCopy full SHA for 5b571dd
pySDC/projects/SDC_showdown/tests/test_grayscott.py
@@ -1,8 +1,8 @@
1
import pytest
2
3
-
+@pytest.mark.slow
4
@pytest.mark.petsc
5
-@pytest.mark.timeout(600)
+@pytest.mark.timeout(900)
6
def test_grayscott():
7
from pySDC.projects.SDC_showdown.SDC_timing_GrayScott import main
8
0 commit comments