Commit f9572d6a authored by Wandenberg Peixoto's avatar Wandenberg Peixoto

adding test timeout

parent f79baac0
...@@ -60,6 +60,7 @@ class TestCreateManyChannels < Test::Unit::TestCase ...@@ -60,6 +60,7 @@ class TestCreateManyChannels < Test::Unit::TestCase
} }
end end
} }
add_test_timeout(65)
} }
end end
...@@ -204,6 +205,7 @@ class TestCreateManyChannels < Test::Unit::TestCase ...@@ -204,6 +205,7 @@ class TestCreateManyChannels < Test::Unit::TestCase
} }
end end
} }
add_test_timeout(65)
} }
end end
...@@ -240,6 +242,7 @@ class TestCreateManyChannels < Test::Unit::TestCase ...@@ -240,6 +242,7 @@ class TestCreateManyChannels < Test::Unit::TestCase
i += 1 i += 1
} }
end end
add_test_timeout(65)
} }
end end
...@@ -273,6 +276,7 @@ class TestCreateManyChannels < Test::Unit::TestCase ...@@ -273,6 +276,7 @@ class TestCreateManyChannels < Test::Unit::TestCase
i += 1 i += 1
} }
end end
add_test_timeout(65)
} }
end 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