Skip to content

Commit 8266767

Browse files
committed
Increase wait count in 'test_weakref'.
1 parent 1368e4e commit 8266767

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graalpython/com.oracle.graal.python.test/src/tests/test_weakref.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3838
# SOFTWARE.
3939

40-
MAX_WAIT_COUNT = 100
40+
MAX_WAIT_COUNT = 500
4141

4242
import sys
4343

0 commit comments

Comments
 (0)