Skip to content

Increase default test timeout #32973

@orlitzky

Description

@orlitzky

Having just run through the default (non --long) test suite for the first time in a while, I've hit...

sage -t --random-seed=... src/sage/manifolds/differentiable/tensorfield.py
    [1019 tests, 364.13 s]

which runs afoul of our default timeout in src/sage/doctest/control.py:

options.timeout = int(os.getenv('SAGE_TIMEOUT', 5 * 60))

There's nothing wrong in that file; it just has a lot of tests. Even after #32967, I think it would be safer to go straight to 7 minutes, because the runtime is more or less nondecreasing.

Component: doctest framework

Author: Michael Orlitzky

Branch/Commit: u/mjo/ticket/32973 @ c3b0124

Issue created by migration from https://trac.sagemath.org/ticket/32973

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions