summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/test/suite/test_import10.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/third_party/wiredtiger/test/suite/test_import10.py')
-rw-r--r--src/third_party/wiredtiger/test/suite/test_import10.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/third_party/wiredtiger/test/suite/test_import10.py b/src/third_party/wiredtiger/test/suite/test_import10.py
index 1b46d989f85..7715a2754ad 100644
--- a/src/third_party/wiredtiger/test/suite/test_import10.py
+++ b/src/third_party/wiredtiger/test/suite/test_import10.py
@@ -78,7 +78,7 @@ class test_import10(backup_base):
self.session.create(table_uri, import_config)
# Verify object.
- self.verifyUntilSuccess(self.session, table_uri)
+ self.session.verify(table_uri)
# Check that the data got imported correctly.
cursor = self.session.open_cursor(table_uri)