Verified Commit 8e0da961 authored by Ramon Nou's avatar Ramon Nou Committed by Marc Vef
Browse files

reduced test stress

parent e7fe0fda
Loading
Loading
Loading
Loading
+1 −1
Changes for tests/integration/data/test_io.py: 1 added line, 1 removed line.
Original line number Diff line number Diff line
@@ -91,7 +91,7 @@ def test_io(gkfs_daemon, gkfs_client):
        assert ret.buf == buf


    for i in range (128192, 2097153, 4096*3):
    for i in range (128192, 2097153, 4096*9):
        ret = gkfs_client.write_read(file_a, i)
        assert ret.retval == 1