Commit f9572d6a authored by Wandenberg Peixoto's avatar Wandenberg Peixoto

adding test timeout

parent f79baac0
......@@ -60,6 +60,7 @@ class TestCreateManyChannels < Test::Unit::TestCase
}
end
}
add_test_timeout(65)
}
end
......@@ -204,6 +205,7 @@ class TestCreateManyChannels < Test::Unit::TestCase
}
end
}
add_test_timeout(65)
}
end
......@@ -240,6 +242,7 @@ class TestCreateManyChannels < Test::Unit::TestCase
i += 1
}
end
add_test_timeout(65)
}
end
......@@ -273,6 +276,7 @@ class TestCreateManyChannels < Test::Unit::TestCase
i += 1
}
end
add_test_timeout(65)
}
end
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment