Commit 35e0deef authored by Ramon Nou's avatar Ramon Nou
Browse files

increase timeout

parent 89536903
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -72,7 +72,7 @@ def test_malleability(gkfwd_daemon_factory, gkfs_client, gkfs_shell):
    assert cmd.exit_code == 0
    assert cmd.stdout.decode() == "No expansion running/finished.\n"
    
    cmd = gkfs_shell.gkfs_malleability('expand','start')
    cmd = gkfs_shell.gkfs_malleability('expand','start', timeout=240)
    assert cmd.stdout.decode() == "Expansion process from 2 nodes to 4 nodes launched...\n"
    assert cmd.exit_code == 0