Skip to content

Commit c3603b7

Browse files
authored
CDRIVER-5644 increase wait time (#1804)
* sync tests * document 0 means "never expire" * document default too
1 parent 8eba3f6 commit c3603b7

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

src/libmongoc/doc/mongoc_auto_encryption_opts_set_key_expiration.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Parameters
1717
----------
1818

1919
* ``opts``: The :symbol:`mongoc_auto_encryption_opts_t`
20-
* ``cache_expiration_ms``: The data encryption key cache expiration time in milliseconds.
20+
* ``cache_expiration_ms``: The data encryption key cache expiration time in milliseconds. Defaults to 60,000. 0 means "never expire".
2121

2222
.. seealso::
2323

src/libmongoc/doc/mongoc_client_encryption_opts_set_key_expiration.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Parameters
1717
----------
1818

1919
* ``opts``: The :symbol:`mongoc_client_encryption_opts_t`
20-
* ``cache_expiration_ms``: The data encryption key cache expiration time in milliseconds.
20+
* ``cache_expiration_ms``: The data encryption key cache expiration time in milliseconds. Defaults to 60,000. 0 means "never expire".
2121

2222
.. seealso::
2323

src/libmongoc/tests/json/client_side_encryption/legacy/keyCache.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@
122122
"name": "wait",
123123
"object": "testRunner",
124124
"arguments": {
125-
"ms": 2
125+
"ms": 50
126126
}
127127
},
128128
{

src/libmongoc/tests/json/client_side_encryption/unified/keyCache.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@
105105
"name": "wait",
106106
"object": "testRunner",
107107
"arguments": {
108-
"ms": 2
108+
"ms": 50
109109
}
110110
},
111111
{

0 commit comments

Comments
 (0)