Skip to content
This repository was archived by the owner on Jan 7, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion digits/dataset/images/classification/test_views.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
from test_imageset_creator import create_classification_imageset, IMAGE_SIZE as DUMMY_IMAGE_SIZE, IMAGE_COUNT as DUMMY_IMAGE_COUNT

# May be too short on a slow system
TIMEOUT_DATASET = 20
TIMEOUT_DATASET = 30

################################################################################
# Base classes (they don't start with "Test" so nose won't run them)
Expand Down
2 changes: 1 addition & 1 deletion digits/dataset/images/generic/test_views.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
from test_lmdb_creator import create_lmdbs

# May be too short on a slow system
TIMEOUT_DATASET = 20
TIMEOUT_DATASET = 30

################################################################################
# Base classes (they don't start with "Test" so nose won't run them)
Expand Down
4 changes: 2 additions & 2 deletions digits/model/images/classification/test_views.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
from digits.config import config_value

# May be too short on a slow system
TIMEOUT_DATASET = 20
TIMEOUT_MODEL = 30
TIMEOUT_DATASET = 30
TIMEOUT_MODEL = 40

################################################################################
# Base classes (they don't start with "Test" so nose won't run them)
Expand Down
4 changes: 2 additions & 2 deletions digits/model/images/generic/test_views.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
from digits.config import config_value

# May be too short on a slow system
TIMEOUT_DATASET = 20
TIMEOUT_MODEL = 30
TIMEOUT_DATASET = 30
TIMEOUT_MODEL = 40

################################################################################
# Base classes (they don't start with "Test" so nose won't run them)
Expand Down